home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / macptopbm.doc < prev    next >
Text File  |  1995-02-13  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. macptopbm(1)                PBM Plus                 macptopbm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      macptopbm - convert a MacPaint file into a portable bitmap
  10.  
  11. SYNOPSIS
  12.      macptopbm [-extraskip <n>] [macpfile]
  13.  
  14. DESCRIPTION
  15.      Reads a MacPaint file as input.  Produces a portable bitmap
  16.      as output.
  17.  
  18.      The -extraskip flag is to get around a problem with some
  19.      methods of transfering files from the Mac world to the Unix
  20.      world.  Most of these methods leave the Mac files alone, but
  21.      a few of them add the "finderinfo" data onto the front of
  22.      the Unix file.  This means an extra 128 bytes to skip over
  23.      when reading the file.  The symptom to watch for is that the
  24.      resulting PBM file looks shifted to one side.  If you get
  25.      this, try -e 128, and if that still doesn't look right try
  26.      another value.
  27.  
  28.      All flags can be abbreviated to their shortest unique pre-
  29.      fix.
  30.  
  31. SEE ALSO
  32.      picttopbm(1), pbmtomacp(1), pbm(5)
  33.  
  34. AUTHOR
  35.      Copyright (C) 1988 by Jef Poskanzer.
  36.  
  37.      Permission to use, copy, modify, and distribute this
  38.      software and its documentation for any purpose and without
  39.      fee is hereby granted, provided that the above copyright
  40.      notice appear in all copies and that both that copyright
  41.      notice and this permission notice appear in supporting docu-
  42.      mentation.  This software is provided "as is" without
  43.      express or implied warranty.
  44.  
  45.      The MacPaint-reading code is Copyright (c) 1987 by Patrick
  46.      J. Naughton (naughton@wind.sun.com)
  47.  
  48.      Permission to use, copy, modify, and distribute this
  49.      software and its documentation for any purpose and without
  50.      fee is hereby granted, provided that the above copyright
  51.      notice appear in all copies and that both that copyright
  52.      notice and this permission notice appear in supporting docu-
  53.      mentation.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90           29 March 1989                         1
  64.  
  65.  
  66.  
  67.